From: Richard M. Stallman Date: Sat, 3 Nov 2001 15:08:36 +0000 (+0000) Subject: Test BROKEN_PROTOTYPES. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~60960 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b2e92d3ea449790dec95a11f06897d79aabd7e2f;p=emacs.git Test BROKEN_PROTOTYPES. --- diff --git a/src/gmalloc.c b/src/gmalloc.c index 598d802badc..77fb3197101 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c @@ -36,8 +36,9 @@ Cambridge, MA 02139, USA. #include #endif -#if defined __cplusplus || (defined (__STDC__) && __STDC__) || \ - defined STDC_HEADERS || defined PROTOTYPES +#if ((defined __cplusplus || (defined (__STDC__) && __STDC__) \ + || defined STDC_HEADERS || defined PROTOTYPES) \ + && ! defined (BROKEN_PROTOTYPES)) #undef PP #define PP(args) args #undef __ptr_t